Constant
|
Explanation
|
kUpperAndLowerCaseSelector
|
Specifies no case conversion.
|
kAllCapsSelector
|
Specifies conversion of all letters to uppercase. (This feature is noncontextual.)
|
kAllLowerCaseSelector
|
Specifies conversion of all letters to lowercase. (This feature is noncontextual.)
|
kSmallCapsSelector
|
Specifies conversion of all lowercase letters to small caps. (This feature is noncontextual.)
|
kInitialCapsSelector
|
Specifies conversion of all lowercase letters at the beginnings of words to uppercase. (This feature is contextual.)
|
kInitialCapsAndSmallCapsSelector
|
Specifies conversion of all lowercase letters at the beginnings of words to uppercase, and all other lowercase letters to small caps.
(This feature is contextual.)
|